Fix up _gtk_widget_list_devices
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 Nov 2017 17:34:08 +0000 (12:34 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 Nov 2017 17:35:10 +0000 (12:35 -0500)
commit43e59258e4a9f9a88323dbde41c977843135d6fa
tree857b354442cdd147c956456c954365afc2c2527f
parent8747c7a42a18b80fbe4a0507e73503b5ea8ecc90
Fix up _gtk_widget_list_devices

When I rewrote that function to not use GdkDeviceManager,
I overlooked that the window filtering needs to apply
to the master pointer as well, as other code assumes
that _gtk_widget_get_device_window will return non-NULL
on the devices in the list. Fix this.
gtk/gtkwidget.c